home *** CD-ROM | disk | FTP | other *** search
- global checkForSelection
-
- on mouseEnter
- set the rect of sprite 51 to the rect of sprite 45
- end
-
- on mouseLeave
- if checkForSelection = 0 then
- set the loc of sprite 51 to point(-100, -100)
- end if
- end
-
- on mouseUp
- puppetSound(1, "Clicker")
- set the rect of sprite 51 to the rect of sprite 45
- checkForSelection = 1
- puppetSprite(2, 1)
- set the memberNum of sprite 2 to the number of member "gray05"
- set the loc of sprite 2 to point(400, 240)
- end
-